Skip to content

Fix docker-publish workflow#939

Merged
dennisvang merged 4 commits into
masterfrom
fix/docker-publish-e2e
Jun 26, 2026
Merged

Fix docker-publish workflow#939
dennisvang merged 4 commits into
masterfrom
fix/docker-publish-e2e

Conversation

@dennisvang

@dennisvang dennisvang commented Jun 26, 2026

Copy link
Copy Markdown
Contributor

In #938 we accidentally forgot to call the action from a workflow step, effectively treating the action as a reusable workflow. This caused confusing errors like:

Invalid workflow file: .github/workflows/docker-publish.yml#L1
(Line: 45, Col: 21): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.FDP_E2E_REPO_DISPATCH_TOKEN

This is fixed now.

to prevent the following error in the github job:

Invalid workflow file: .github/workflows/docker-publish.yml#L1
(Line: 45, Col: 21): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.FDP_E2E_REPO_DISPATCH_TOKEN

Probably related to the fact that "composite actions" do not have access to secrets
@dennisvang dennisvang marked this pull request as ready for review June 26, 2026 15:48
@dennisvang dennisvang merged commit d439e14 into master Jun 26, 2026
14 checks passed
@dennisvang dennisvang deleted the fix/docker-publish-e2e branch June 26, 2026 15:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant